home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / medical / mendelge.cpt / MendelGenetics / MENDELIAN GENETICS I / card_22707.txt < prev    next >
Text File  |  1989-06-13  |  6KB  |  251 lines

  1. -- card: 22707 from stack: in
  2. -- bmap block id: 23733
  3. -- flags: 0000
  4. -- background id: 2665
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=353 top=33 right=52 bottom=437
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: F1
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0002
  25. -- rect: left=355 top=68 right=87 bottom=439
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: F2
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 0002
  39. -- rect: left=355 top=93 right=112 bottom=439
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: F3
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 00
  52. -- high flags: 0002
  53. -- rect: left=356 top=118 right=137 bottom=440
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: F4
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 00
  66. -- high flags: 0002
  67. -- rect: left=356 top=148 right=167 bottom=440
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: F5
  76.  
  77.  
  78. -- part 6 (button)
  79. -- low flags: 00
  80. -- high flags: 8003
  81. -- rect: left=352 top=199 right=221 bottom=452
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: RESET
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   delete line 1 of card field F1
  93.   delete line 1 of card field F2
  94.   delete line 1 of card field F3
  95.   delete line 1 of card field F4
  96.   delete line 1 of card field F5
  97.   get the location of card field F1
  98.   click at it
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 7 (button)
  104. -- low flags: 00
  105. -- high flags: 8003
  106. -- rect: left=352 top=229 right=251 bottom=452
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: CALCULATE
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   put the value of ((2^(card field F1))) into card field F2
  118.   put the value of ((4^(card field F1))) into card field F3
  119.   put the value of ((3^(card field F1))) into card field F4
  120.   put the value of ((2^(card field F1))) into card field F5
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 8 (button)
  126. -- low flags: 00
  127. -- high flags: 8003
  128. -- rect: left=269 top=285 right=307 bottom=369
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: ANSWERS
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   HIDE CARD FIELD "COVER"
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 9 (field)
  145. -- low flags: 00
  146. -- high flags: 0001
  147. -- rect: left=4 top=202 right=306 bottom=238
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 3
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: COVER
  156.  
  157.  
  158. -- part 10 (button)
  159. -- low flags: 00
  160. -- high flags: 8003
  161. -- rect: left=269 top=315 right=337 bottom=369
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: RESET
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   SHOW CARD FIELD "COVER"
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part 11 (button)
  178. -- low flags: 00
  179. -- high flags: 8003
  180. -- rect: left=205 top=315 right=337 bottom=256
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: NEXT
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   go to next card
  192. end mouseUp
  193.  
  194.  
  195.  
  196. -- part 12 (button)
  197. -- low flags: 00
  198. -- high flags: 8003
  199. -- rect: left=149 top=314 right=337 bottom=199
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: PREV.
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   go back
  211. end mouseUp
  212.  
  213.  
  214.  
  215. -- part contents for background part 1
  216. ----- text -----
  217. MEIOSIS
  218.  
  219. -- part contents for background part 2
  220. ----- text -----
  221. Enter the number of independently assorting, segregating allelic pairs in the appropriate box and hit the calculate button. Run this program several times and see if you can determine the mathematical relationships that exist between the alleles and the various categories. After several runs, determine the numerical relationships and then check your answers by clicking on the ANSWERS button below.
  222.  
  223. If the number of segregating alleleic pairs is n, then the number of gametes is 2^n, the number of gamete combninations is 4^n,  the different genotypes is 3^n and the number of phenotypes is 2^n. Click on the RESET button and then the DIRECTORY button.
  224.  
  225.  
  226.  
  227.  
  228.  
  229. -- part contents for card part 2
  230. ----- text -----
  231. 8
  232.  
  233. -- part contents for card part 1
  234. ----- text -----
  235. 3
  236.  
  237. -- part contents for card part 3
  238. ----- text -----
  239. 64
  240.  
  241. -- part contents for card part 4
  242. ----- text -----
  243. 27
  244.  
  245. -- part contents for card part 5
  246. ----- text -----
  247. 8
  248.  
  249. -- part contents for background part 8
  250. ----- text -----
  251. 252